PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFSetLineDashPatternOperator Class / PDFSetLineDashPatternOperator Constructor / PDFSetLineDashPatternOperator Constructor(double[],double)
An array of numbers that specify the lengths of alternating dashes and gaps.
The dash phase.
In This Topic
    PDFSetLineDashPatternOperator Constructor(double[],double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFSetLineDashPatternOperator( 
       double[] dashArray,
       double dashPhase
    )

    Parameters

    dashArray
    An array of numbers that specify the lengths of alternating dashes and gaps.
    dashPhase
    The dash phase.
    See Also